nc:TextType

complexType TextType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a character string.

Diagram

XML Schema

<xs:complexType name="TextType">
<xs:annotation>
<xs:documentation>
A data type for a character string.
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:attribute ref="nc:partialIndicator" use="optional"/>
<xs:attribute ref="nc:truncationIndicator" use="optional"/>
<xs:attribute ref="xml:lang" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>

JSON Schema

"type": "object",
"properties": {
"$ref": "#/definitions/xs:boolean"
},
"$ref": "#/definitions/xs:boolean"
},
}
},
"allOf": [
]
}

Notes

The JSON above should be added to the definitions section of a JSON Schema document.